for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
module.exports = function (gulp, plugins, config, env) {
return function setDevelopment(done) {
plugins.environments.current(env.development);
done();
};